Example 1

The are two files in this folder, this file (index.html) and missing.html. It is a normal HTML file. The source to the link below is:
<A HREF="notafile.html">This link is invalid.</A>
Notice that notafile.html does not exist, yet following the link below returns a valid file (in this case missing.html).

This link is invalid.

Return to Missing file examples.